home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / finevw / fsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-06-25  |  1.1 KB  |  31 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=FineView
  4. AppVerName=FineView
  5. AppId=FineView
  6. DefaultDirName={pf}\FineView
  7. DefaultGroupName=FineView
  8. OutputBaseFilename=setup
  9. Compression=zip
  10. PrivilegesRequired=none
  11. DisableProgramGroupPage=yes
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\FineView.exe"; DestDir: "{app}"; 
  16. Source: "{app}\ogg.dll"; DestDir: "{app}"; 
  17. Source: "{app}\vorbis.dll"; DestDir: "{app}"; 
  18. Source: "{app}\vorbisfile.dll"; DestDir: "{app}"; 
  19. Source: "{app}\FineView.cnt"; DestDir: "{app}"; 
  20. Source: "{app}\FINEVIEW.HLP"; DestDir: "{app}"; 
  21. Source: "{app}\Lang\Spanish.ini"; DestDir: "{app}\Lang"; 
  22. Source: "{app}\Lang\Japanese.ini"; DestDir: "{app}\Lang"; 
  23. Source: "{app}\Lang\Italian.ini"; DestDir: "{app}\Lang"; 
  24. Source: "{app}\Lang\English.ini"; DestDir: "{app}\Lang"; 
  25. Source: "{app}\Lang\readme.txt"; DestDir: "{app}\Lang"; 
  26. Source: "{app}\Lang\Custom.ini"; DestDir: "{app}\Lang"; 
  27. [Run]
  28. Filename: "{app}\FineView.exe"; Description: "Executar o Programa"; Flags: postinstall nowait
  29. [Icons]
  30. Name: "{group}\FineView"; Filename: "{app}\FineView.exe"; 
  31.